This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Anonymous web form fires WebQuerySave Agent, but actually doesn't save ~Fritz Breluly 12.Dec.03 07:43 PM a Web browser Domino Designer 6.0.1iSeries
Is the agent running under anonymous authority or under the signer's authority? Does the person under whose authority the agent is running have access to create documents in that database?
If the agent is in script try putting this debugging code in there and post the error that is written to the misc log.
'--== Error Handling
On Error Goto ErrorHandler
%REM
Your code here
%END REM